home *** CD-ROM | disk | FTP | other *** search
- Path: news.dorsai.org!not-for-mail
- From: marktoma@dorsai.org (Mark)
- Newsgroups: comp.lang.c++
- Subject: Re: dynamic binding in C++
- Date: 26 Mar 1996 23:09:49 -0500
- Organization: The Dorsai Embassy, Inc.
- Message-ID: <4jaf2d$89@amanda.dorsai.org>
- References: <4j9dq7$4f@larch.cc.swarthmore.edu>
- NNTP-Posting-Host: amanda.dorsai.org
- X-Newsreader: TIN [version 1.2 PL2]
-
- Mark Tong '99 (tong@engin.swarthmore.edu) wrote:
- : Anybody knows whether C++ is capable of dynamic binding?
-
- : Mark
- : tong@engin.swarthmore.edu
-
- If, by your question, you mean if it is possible to write code such that,
- when executed, the run-time environment chooses which course of action to
- take through the use of inheritance and polymorphism.....the answer is yes.
-
- I just wasn't sure if my definition of dynamic binding was correct.
-
- Mark Toma
- marktoma@dorsai.org
-
-